home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_200 / 281_02 / read.me < prev    next >
Text File  |  1988-10-05  |  3KB  |  70 lines

  1.                Unicorn Software
  2.                David A. Miller
  3.                 P.O. Box 3214
  4.                 Kirkland, WA
  5.                  98083-3214
  6.                (206) 823-4656
  7.  
  8.  
  9. 5 October 1988
  10.  
  11. Welcome to release 5.1 of the Unicorn Library.    This version introduces
  12. menus to the library.  This additional release occured so rapidly after
  13. the initial release in order to add the menus.    It is not anticipated
  14. that an additional release will occur until about the end of the year
  15. ( 1988 ).  This release should add a wealth of new features and functions
  16. to the existing library.  Hopefully also a form design utility will be
  17. ready at that time.  This will allow the user to define a form in an
  18. ASCII text file which will be used by the utility to actually generate
  19. the needed code.  Also it is hoped that the ability to scroll windows
  20. up, down, right and left will also be ready at that time.  The author
  21. is also planning to have the ability to read an ASCII text file into
  22. a window allowing the programmer to display any ASCII file in a screen
  23. window.
  24.  
  25.  
  26.  
  27. 20 September 1988
  28.  
  29. Welcome to release 5.0 of the Unicorn Library.    There are many changes
  30. from previous version and essentially this is a new library.  The advent
  31. of graphics with both Turbo C and Microsoft C included with the compilers
  32. has resulted in the Unicorn Library changing directions.  While the old
  33. C Tool Box and Unicorn Library ( with graphics ) will remain available,
  34. it is not anticipated that they will be updated further.  For those with
  35. an interest in low level graphics the source code is useful and available.
  36.  
  37. This new library is oriented towards data handling, screen handling, windows,
  38. and data entry forms.  Only a portion of the over 300 functions are found
  39. in the demo programs which already have grown quite large.  The library will
  40. continue to grow in the comming months as the author is far from done
  41. with the development.  The next major release is anticipated in the first
  42. quarter of 1989 although minor release updates will occur in the meantime.
  43.  
  44. The author uses several Seattle area boards listed below.  The latest
  45. version should be found on them with the most likely being College Corner
  46. or Journey to Mars.
  47.  
  48. We hope you find the library useful in your own programming efforts and if
  49. so you are encourged to register your copy.  See register.doc for details
  50. and be assured your support will be highly appreciated.
  51.  
  52.  
  53.  
  54. College Corner           (206) 643-0804
  55. Journey to Mars        (206) 486-3136
  56. Pacific NW PC users group  (206) 723-8507
  57.  
  58.  
  59. If you discover any bugs please let us know, it will be very appreciated
  60. by the author and other users in the future.
  61.  
  62.  
  63. When compiling programs with the library be sure to include /DMSC in
  64. your compile command for the Microsoft C versions.  Without this
  65. definition the code will attempt to compile for Turbo C!  If you are
  66. using Turbo C then be sure to compile without /DMSC but you must also
  67. have a library compiled with Turbo C.  You may compile the library source
  68. code with Turbo C yourself or obtain the appropriate library from the
  69. author.
  70.